@charset "utf-8";
/* CSS Document */
.mainall { margin: 0 auto; max-width: 1920px; }
.slider-focus { position: relative; max-width: 1920px; overflow: hidden; margin: 0 auto; }
.slider-focus .hd { position: absolute; width: 100%; height: 22px; left: 0; bottom: 2%; z-index: 1; line-height: 28px; text-align: center; }
.slider-focus .hd li { display: inline-block; vertical-align: middle; width: 13px; height: 13px; margin: 0 3px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; font-size: 0; line-height: 0; text-indent: -9999em; background: #fff; cursor: pointer; }
.slider-focus .hd li.on { background: #1571C8; }
.slider-focus .bd { position: relative; z-index: 0; }
.slider-focus .bd li { position: relative; text-align: center; }
.slider-focus .bd li img { background: url(/img/loading.gif) center center no-repeat; vertical-align: top; width: 100%; }
.slider-focus .bd li a { -webkit-tap-highlight-color: rgba(0,0,0,0); }
.slider-focus .bd li .tit { display: block; width: 100%; position: absolute; bottom: 0; text-indent: 10px; height: 28px; line-height: 28px; color: #fff; text-align: left; }
